body .rv-content, body .rv-module {
    position: relative !important;
    margin: 15% !important;
    width: auto !important;
    overflow: auto;
}

@media (max-width: 1100px) {

    .logo {
        padding: 0px !important;
    }

    body div.rv-content, body div.rv-module {
        margin: 0px auto !important;
        width: 100% !important;
    }

    html body div.rv-image {
        padding-top: 55px !important;
    }

}
